home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1810
/
1810.xpi
/
chrome
/
showcase.jar
/
skin
/
classic
/
showcase
/
sidebarFindBar.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2010-01-17
|
1KB
|
72 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#FindToolbar {
-moz-appearance: none !important;
border-top: 1px solid;
-moz-border-bottom-colors: ThreeDHighlight ThreeDShadow !important;
border-bottom: 2px solid;
-moz-border-top-colors: transparent;
}
#find-status-icon
{
list-style-image: none;
margin-top: 2px;
margin-bottom: 0px;
-moz-margin-start: 4px;
-moz-margin-end: 0px;
width: 16px;
height: 16px;
}
#find-status-icon[status="notfound"]
{
list-style-image: url("notfound.png");
}
#find-field
{
-moz-appearance: none;
border: none;
margin: 0px;
}
#find-field[status="notfound"]
{
background-color: #FF6666;
color: #FFFFFF;
}
#FindToolbar[flash="true"] > #find-field-container > #find-field
{
background-color: yellow;
}
#find-field-container
{
-moz-appearance: textfield;
}
#find-closebutton {
border: 1px solid transparent;
padding: 3px 2px 4px 0px !important;
list-style-image: url("close.png");
-moz-appearance: none;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#find-closebutton > .toolbarbutton-icon {
-moz-margin-end: 0px !important;
-moz-padding-end: 0px !important;
-moz-padding-start: 2px !important;
}
#find-closebutton:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#find-closebutton:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}